From 8d3f0988b0e0aa70135270d847531b9f0e8c498f Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Sat, 29 Mar 2008 00:33:44 +0000 Subject: [PATCH] (mac-dnd-drop-data): Remove redundant check. --- lisp/term/mac-win.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el index 3ed2e5440a8..d76af52f15f 100644 --- a/lisp/term/mac-win.el +++ b/lisp/term/mac-win.el @@ -2253,7 +2253,7 @@ See also `mac-dnd-known-types'." (handler (cdr type-info)) (w (posn-window (event-start event)))) (when handler - (if (and (windowp w) (window-live-p w) + (if (and (window-live-p w) (not (window-minibuffer-p w)) (not (window-dedicated-p w))) ;; If dropping in an ordinary window which we could use, -- 2.30.2